a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #f81502;
}
.header-top {
  background-color: #1d2128;
  font-size: 0.875rem;
  color: #aaaaaa;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3.5rem;
}
.header-top .container-fluid .welcome {
  display: flex;
  align-items: center;
}
.header-top .header-top-right li {
  margin-left: 2.5rem;
}
.header-top .header-top-right li .icon {
  margin-right: 0.375rem;
}
.header-top .header-top-right li a {
  color: #aaaaaa;
}
.header-top .header-top-right li a:hover {
  color: #f81502;
}
header {
  padding: 0.625rem 2.5rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 5rem;
}
header .logo .description {
  border-left: 1px solid #d9d9d9;
  padding-left: 1.5625rem;
  margin-left: 1rem;
  line-height: 2;
}
header .logo .description h1 {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}
header .logo .description h5 {
  color: #898989;
  font-size: 1rem;
}
header .logo img {
  max-width: 280px;
}
header .navbar-collapse {
  flex-basis: auto;
}
header .navbar-collapse .navbar-nav > ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: row;
  flex-direction: row;
}
header .navbar-collapse .navbar-nav > ul > li {
  padding: 0 1.25rem;
  position: relative;
}
header .navbar-collapse .navbar-nav > ul > li > a {
  color: #525252;
  display: inline-table;
  text-align: justify;
  position: relative;
  font-size: 1rem;
}
header .navbar-collapse .navbar-nav > ul > li > a::before {
  content: '';
  display: inline-block;
  height: 3px;
  background: #f81502;
  position: absolute;
  width: 0;
  left: 0;
  bottom: -1.4375rem;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box {
  transition: all 0.3s ease 0s;
  background: #fff;
  position: absolute;
  z-index: 10;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%) !important;
  top: 100%;
  height: auto;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul {
  min-width: 180px;
  background: #fff;
  overflow: visible;
  padding-left: 0;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li {
  position: relative;
  width: 100%;
  overflow: visible;
  line-height: 24px;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li > a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li:hover > a {
  background-color: #f81502;
  color: #fff;
  padding: 8px 10px 8px 20px;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li > ul {
  padding-left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  position: absolute;
  overflow: visible;
  left: 100%;
  min-width: 180px;
  background: #fff;
  top: 0px;
  z-index: 1000;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li > ul > li {
  width: 100%;
  display: inline-block;
  line-height: 24px;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 24px;
  padding: 0.5rem 1.25rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li > ul > li:hover > a {
  background-color: #f81502;
  color: #fff;
  padding: 8px 0 8px 20px;
}
header .navbar-collapse .navbar-nav > ul > li div.nav-shu-box > ul > li:hover > ul {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
header .navbar-collapse .navbar-nav > ul > li:hover > a,
header .navbar-collapse .navbar-nav > ul > li.active > a {
  color: #f81502;
}
header .navbar-collapse .navbar-nav > ul > li:hover > a::before,
header .navbar-collapse .navbar-nav > ul > li.active > a::before {
  width: 100%;
  left: 0;
  transition: all 0.5s;
}
header .navbar-collapse .navbar-nav > ul > li:hover > div.nav-shu-box {
  width: auto;
  display: inline-block;
  visibility: visible;
  height: auto;
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
header .contact {
  color: #f81502;
  font-size: 1.375rem;
}
header .contact a {
  display: flex;
  align-items: center;
}
header .contact .icon {
  color: #f81502;
  font-size: 1.5rem;
  margin-right: 0.375rem;
}
header .contact .en {
  margin-left: 40px;
  font-size: 1rem;
  color: #000;
  opacity: 0.85;
}
header .contact .en .icon {
  color: #000;
  opacity: 0.6;
}
header .contact .en:hover {
  opacity: 1;
}
header .contact .en:hover .icon {
  opacity: 1;
}
header.fixed {
  height: auto;
  transition: 0.5s all;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #FFF;
  z-index: 999999 !important;
}
header.fixed .logo .description h1 {
  font-size: 1rem !important;
}
header.fixed .logo .description h5 {
  font-size: 0.875rem !important;
}
header.fixed img {
  height: 2.75rem;
  display: inline-block;
}
header.fixed .navbar-collapse .navbar-nav > ul > li > a::before {
  bottom: -12px;
}
header.fixed-down {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 999;
}
.banner .swiper-pagination {
  bottom: 1rem !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #f81502;
  opacity: 0.5;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  opacity: 0.5;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .video_box {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .video_box .text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  object-fit: fill;
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .slide-img {
  object-fit: cover;
}
.banner a {
  height: 100%;
}
.home-section1 {
  background: #f5f5f5;
}
.home-section1 .home-common-header {
  margin-bottom: 3.75rem;
}
.home-section1 .tab .nav-box {
  position: relative;
}
.home-section1 .tab .nav-box .nav-more {
  position: absolute;
  right: 0px;
  top: 12px;
  color: #8c8c8c;
  font-size: 0.875rem;
}
.home-section1 .tab .nav-box .nav-more:hover {
  color: #f81502 !important;
}
.home-section1 .tab .nav-box .nav-more .icon {
  font-size: 1rem;
  width: 16px;
  height: 16px;
  padding: 2px;
  line-height: 18px;
}
.home-section1 .tab .nav li {
  border: 1px solid #f81502;
  margin-left: -1px;
}
.home-section1 .tab .nav li a {
  padding: 0.5rem 2.25rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #f81502;
  display: block;
}
.home-section1 .tab .nav li a .icon {
  font-size: 0.75rem;
}
.home-section1 .tab .nav li a.active,
.home-section1 .tab .nav li a:hover {
  color: #FFF;
  background: #f81502;
}
.home-section1 .tab .tab-content .container .row > div {
  padding: 10px;
}
.home-section1 .tab .tab-content .container .row > div > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.home-section1 .tab .tab-content .container .row > div > a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.home-section1 .tab .tab-content .container .row > div .item {
  cursor: pointer;
  overflow: hidden;
}
.home-section1 .tab .tab-content .container .row > div .item .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
}
.home-section1 .tab .tab-content .container .row > div .item .item-pic img {
  max-width: 100%;
  max-height: 100%;
}
.home-section1 .tab .tab-content .container .row > div .item h3 {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0.5rem;
}
.home-section1 .bottom-more a {
  font-size: 1rem;
  padding: 0.5rem 2.25rem;
  margin: 0 9px;
  border-radius: 0px;
  border-color: #f81502;
}
.home-section1 .bottom-more a:first-child {
  background-color: #f81502;
}
.home-section1 .bottom-more a:first-child:hover {
  opacity: 0.7;
}
.home-section1 .bottom-more a:last-child {
  transition: color 0.3s;
  color: #f81502;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #FFF;
}
.home-section1 .bottom-more a .icon {
  font-weight: bold;
}
.home-section1 .bottom-more a:hover {
  color: #FFF;
}
.home-section2 {
  background: #f5f5f5;
}
.home-section2 .container {
  margin-top: 3.75rem;
}
.home-section2 .container .row > div {
  padding: 10px;
}
.home-section2 .container .row > div > a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.home-section2 .container .row > div > a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.home-section2 .container .row > div .item {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.home-section2 .container .row > div .item .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 160px;
}
.home-section2 .container .row > div .item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section2 .container .row > div .item h3 {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0.5rem;
}
.home-section2 .bottom-more a {
  font-size: 1rem;
  padding: 0.5rem 2.25rem;
  margin: 0 9px;
  border-radius: 0px;
  border-color: #f81502;
}
.home-section2 .bottom-more a:first-child {
  background-color: #f81502;
}
.home-section2 .bottom-more a:first-child:hover {
  opacity: 0.7;
}
.home-section2 .bottom-more a:last-child {
  transition: color 0.3s;
  color: #f81502;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #FFF;
}
.home-section2 .bottom-more a .icon {
  font-weight: bold;
}
.home-section2 .bottom-more a:hover {
  color: #FFF;
}
.home-section-about {
  background: #f5f5f5;
}
.home-section-about .container-fluid {
  background: #FFF;
  position: relative;
}
.home-section-about .container-fluid .img {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-section-about .container-fluid .img .row {
  height: 100%;
}
.home-section-about .container-fluid .img .row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-section-about .container-fluid .about {
  position: relative;
  z-index: 2;
}
.home-section-about .container-fluid .about .body {
  font-size: 0.875rem;
  line-height: 1.8;
}
.home-section-about .container-fluid .about .body h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.home-section-about .container-fluid .about .btn {
  font-size: 1rem;
  padding: 0.5rem 2.25rem;
  margin: 0 9px;
  border-radius: 0px;
  border-color: #f81502;
  transition: color 0.3s;
  color: #f81502;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-section-about .container-fluid .about .btn .icon {
  font-weight: bold;
}
.home-section-about .container-fluid .about .btn:hover {
  color: #FFF;
}
.home-section3 {
  background: #f5f5f5;
}
.home-section3 .container {
  margin-top: 3.75rem;
}
.home-section3 .container .row > div {
  padding: 10px;
}
.home-section3 .container .row > div > a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.home-section3 .container .row > div > a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.home-section3 .container .row > div .item {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.home-section3 .container .row > div .item .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
}
.home-section3 .container .row > div .item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-section3 .container .row > div .item h3 {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0.5rem;
}
.home-section3 .bottom-more a {
  font-size: 1rem;
  padding: 0.5rem 2.25rem;
  margin: 0 9px;
  border-radius: 0px;
  border-color: #f81502;
}
.home-section3 .bottom-more a:first-child {
  background-color: #f81502;
}
.home-section3 .bottom-more a:first-child:hover {
  opacity: 0.7;
}
.home-section3 .bottom-more a:last-child {
  transition: color 0.3s;
  color: #f81502;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #FFF;
}
.home-section3 .bottom-more a .icon {
  font-weight: bold;
}
.home-section3 .bottom-more a:hover {
  color: #FFF;
}
.home-section4 {
  background: url(../images/home-section4-bg.jpg?v=1) no-repeat;
  background-size: cover;
}
.home-section4 .home-common-header h1 {
  color: #FFF;
}
.home-section4 > .container {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 5rem;
}
.home-section4 > .container .row {
  color: #FFF;
}
.home-section4 > .container .row > div {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.home-section4 > .container .row .about {
  border: 1px solid #555555;
  padding: 3.75rem;
}
.home-section4 > .container .row .about h2 {
  margin-bottom: 1.875rem;
}
.home-section4 > .container .row .about .body {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
.home-section4 > .container .row .about .body p {
  margin-bottom: 2.5rem;
}
.home-section4 > .container .row .about .body .btn .icon {
  margin-right: 0.625rem;
  transform: scale(1.3);
  display: inline-block;
}
.home-section4 > .container .row .about .body .btn.btn-contact {
  padding-left: 1.25rem;
  margin-left: 1rem;
  padding-right: 2rem;
  border: none;
}
.home-section4 > .container .row .about .body .btn-outline-white {
  border-color: #bfbfbf;
  color: #fff;
}
.home-section4 > .container .row .about .body .btn-outline-white:hover {
  background: #f81502;
  border-color: #f81502;
}
.home-section4 > .container .row .number {
  height: 100%;
  width: 100%;
}
.home-section4 > .container .row .number .container-fluid {
  padding: 0;
  height: 100%;
  width: 100%;
}
.home-section4 > .container .row .number .container-fluid .row {
  margin: 0;
  height: 100%;
}
.home-section4 > .container .row .number .container-fluid .row > * {
  padding: 0;
  overflow: hidden;
}
.home-section4 > .container .row .number .item {
  border: 1px solid #555555;
  height: 100%;
  width: 100%;
  border-left: 1px transparent solid;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-section4 > .container .row .number .item:hover {
  background-color: #f81502;
}
.home-section4 > .container .row .number .item span {
  font-size: 3rem;
}
.home-section4 > .container .row .number .item sup {
  font-size: 1.125rem;
  position: relative;
  top: -1.5rem;
  left: 0.625rem;
  font-weight: normal;
}
.home-section4 > .container .row .number .item p {
  color: rgba(255, 255, 255, 0.4);
}
.home-section4 > .container .row .number .col-6:nth-child(3) .item,
.home-section4 > .container .row .number .col-6:nth-child(4) .item {
  border-top: 1px transparent solid;
}
.home-section5 {
  background: #f5f5f5;
}
.home-section5 .container {
  margin-top: 3.75rem;
}
.home-section5 .container .row {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.home-section5 .container .row > div {
  padding: 0;
  margin: 0px;
}
.home-section5 .container .item {
  cursor: pointer;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  position: relative;
  min-height: 7.5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-section5 .container .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-section5 .container .item a:after {
  content: ' ';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #eee;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.home-section5 .container .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-section5 .container .item .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.home-section5 .container .item a:hover .pic {
  -webkit-transform: scale(0.9) translateY(-8px);
  -moz-transform: scale(0.9) translateY(-8px);
  transform: scale(0.9) translateY(-8px);
}
.home-section5 .container .item a:hover:after {
  box-shadow: inset 0 0 0 10px #f6f6f6;
}
.home-section6 .container {
  margin-top: 3.75rem;
}
.home-section6 .container > .row > div {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}
.home-section6 .container .row .body-top {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.25rem;
}
.home-section6 .container .row .body-top h3 {
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
}
.home-section6 .container .row .body-top a {
  margin: 0;
  color: #8c8c8c;
  font-size: 0.875rem;
}
.home-section6 .container .row .body-top a:hover {
  color: #f81502;
}
.home-section6 .container .row .body-top a .icon {
  font-size: 1rem;
  width: 16px;
  height: 16px;
  padding: 2px 0;
  line-height: 18px;
}
.home-section6 .container .row .body > a {
  width: 100%;
  margin-bottom: 1.875rem;
  display: inline-block;
}
.home-section6 .container .row .body > a .text-contaner {
  transition: all 0.5s;
  align-items: flex-start;
  height: 100%;
}
.home-section6 .container .row .body > a .text-contaner:hover {
  transform: translateX(10px);
}
.home-section6 .container .row .body > a .row {
  width: 100%;
}
.home-section6 .container .row .body .img {
  overflow: hidden;
}
.home-section6 .container .row .body .img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  line-height: normal;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-section6 .container .row .body .img:hover img {
  transform: scale(1.1);
}
.home-section6 .container .row .body h5 {
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 1.6;
}
.home-section6 .container .row .body p {
  font-size: 0.875rem;
  color: #8c8c8c;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  line-height: 1.6;
}
.page-new {
  background: #f5f5f5;
}
.common-page .content-box {
  background-color: #FFF;
}
.page-about,
.common-page {
  background-color: #f5f5f5;
  padding: 1.25rem 0 0;
}
.page-about img,
.common-page img {
  max-width: 100%;
}
.page-about .page-about-section1,
.common-page .page-about-section1 {
  padding: 3.5rem 2.5rem;
  background-color: #FFF;
}
.page-about .page-about-section1 .row,
.common-page .page-about-section1 .row {
  margin-top: 3.75rem;
}
.page-about .page-about-section1 .row > div:first-child,
.common-page .page-about-section1 .row > div:first-child {
  padding-right: 1.25rem;
}
.page-about .page-about-section1 .row > div:first-child h1,
.common-page .page-about-section1 .row > div:first-child h1 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.page-about .page-about-section1 .row > div:first-child p,
.common-page .page-about-section1 .row > div:first-child p {
  color: #525252;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.page-about .page-about-section1 .row img,
.common-page .page-about-section1 .row img {
  max-width: 100%;
}
.page-about .page-about-section2,
.common-page .page-about-section2 {
  padding: 0 2.5rem 1.875rem;
  background-color: #FFF;
}
.page-about .page-about-section2 .home-common-header,
.common-page .page-about-section2 .home-common-header {
  margin-bottom: 3.75rem;
}
.page-about .page-about-section2 .row,
.common-page .page-about-section2 .row {
  border: 1px solid #e8e8e8;
  margin-bottom: 1.125rem;
}
.page-about .page-about-section2 .row > div,
.common-page .page-about-section2 .row > div {
  padding: 0;
}
.page-about .page-about-section2 .thumb img,
.common-page .page-about-section2 .thumb img {
  width: 100%;
}
.page-about .page-about-section2 .description,
.common-page .page-about-section2 .description {
  padding-left: 4.375rem !important;
}
.page-about .page-about-section2 .description i,
.common-page .page-about-section2 .description i {
  font-size: 1.125rem;
}
.page-about .page-about-section2 .description h3,
.common-page .page-about-section2 .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.375rem;
}
.page-about .page-about-section2 .description .body,
.common-page .page-about-section2 .description .body {
  line-height: 2;
}
.page-about .page-about-section2 .description .body p,
.common-page .page-about-section2 .description .body p {
  margin-bottom: 0;
}
.page-about .home-section3,
.common-page .home-section3 {
  padding: 3.75rem 0 1.875rem;
}
.page-about .home-section5,
.common-page .home-section5 {
  padding-top: 0;
}
.page-product {
  background: #f5f5f5;
}
.page-product .page-product-wrap {
  padding-top: 1.25rem;
}
.page-product .icon-fenlei {
  color: #8c8c8c;
}
.page-product .page-nav-fixed.fixed .row {
  padding: 1rem  0!important;
}
.page-product .container .row .search {
  max-width: 15.5rem;
  background-color: #FFF;
}
.page-product .container .row .search .search-container {
  display: block;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #d9d9d9;
  position: relative;
  padding: 0 0.5rem 0;
}
.page-product .container .row .search .search-container input {
  background-color: transparent;
  color: #262626;
  font-size: 0.875rem;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.page-product .container .row .search .search-container .icon {
  position: absolute;
  cursor: pointer;
  right: 0px;
  color: #979797;
  background-color: transparent;
  height: 100%;
}
.page-product .page-product-wrap.page-product-detail-wrap {
  padding: 1.25rem 0 3.75rem;
}
.page-product .page-product-wrap .menu-list {
  width: 248px;
}
.page-product .page-product-wrap .menu-list .menu-list-title {
  background-color: #f81502;
  color: #fff;
  padding: 1rem 0 1rem 1.25rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.page-product .page-product-wrap .menu-list .menu-list-title h2 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.page-product .page-product-wrap .menu-list .menu-list-title h2 .icon {
  font-size: 1.25rem;
  color: #FFF;
  margin-right: 0.125rem;
}
.page-product .page-product-wrap .menu-list .menu-list-title span {
  opacity: 0.5;
}
.page-product .page-product-wrap .menu-list .icon {
  color: #c5c5c5;
}
.page-product .page-product-wrap .menu-list ul {
  background-color: #fff;
  padding: 0 1.125rem;
}
.page-product .page-product-wrap .menu-list ul li {
  margin: 0;
  padding: 0;
}
.page-product .page-product-wrap .menu-list ol {
  display: none;
  border-bottom: 1px solid #d9d9d9;
}
.page-product .page-product-wrap .menu-list .item.active > a {
  color: #f81502;
}
.page-product .page-product-wrap .menu-list .item.active > a:hover {
  color: #f81502;
}
.page-product .page-product-wrap .menu-list .item.active .icon {
  transform: rotate(180deg);
}
.page-product .page-product-wrap .menu-list .item.active ol {
  display: block;
  padding-left: 1rem;
}
.page-product .page-product-wrap .menu-list .item > a {
  cursor: pointer;
  display: flex;
  color: #595959;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  font-size: 0.875rem;
}
.page-product .page-product-wrap .menu-list .item > a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}
.page-product .page-product-wrap .menu-list .item > a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #f81502;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-product .page-product-wrap .menu-list .item > a:hover {
  color: #f81502;
}
.page-product .page-product-wrap .menu-list .item > a:hover::after {
  width: 100%;
}
.page-product .page-product-wrap .menu-list .item:last-child > a {
  border-bottom: transparent;
}
.page-product .page-product-wrap .menu-list .item:last-child > a:hover::after {
  width: 0;
}
.page-product .page-product-wrap .menu-list .cell {
  padding-left: 0;
  padding: 5px 0;
}
.page-product .page-product-wrap .menu-list .cell > a {
  display: block;
  color: #595959;
  padding: 10px 0;
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-product .page-product-wrap .menu-list .cell > a.active,
.page-product .page-product-wrap .menu-list .cell > a:hover {
  color: #f81502;
}
.page-product .page-product-wrap .tel-contaioner {
  background: #FFF;
  width: 248px;
  padding: 1.625rem;
}
.page-product .page-product-wrap .tel-contaioner .icon {
  font-size: 1.625rem;
  color: #f81502;
}
.page-product .page-product-wrap .tel-contaioner .text p {
  margin: 0;
  padding: 0;
  color: #8c8c8c;
  font-size: 0.875rem;
}
.page-product .page-product-wrap .tel-contaioner .text .tel {
  color: #f81502;
  font-size: 1rem;
}
.page-product .page-product-wrap .tel-contaioner .btn {
  padding: 0.3125rem 1.75rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.page-product .page-product-wrap .tel-contaioner .btn .icon {
  font-size: 1rem;
  margin-right: 6px;
}
.page-product .page-product-wrap .tel-contaioner .btn:hover,
.page-product .page-product-wrap .tel-contaioner .btn a:hover {
  color: #FFF;
}
.page-product .page-product-wrap .tel-contaioner .btn:hover .icon,
.page-product .page-product-wrap .tel-contaioner .btn a:hover .icon {
  color: #FFF;
}
.page-product .page-product-wrap .tel-contaioner .icon-kefu {
  color: transparent;
}
.page-product .page-product-wrap .float-end {
  width: 100%;
  max-width: 1052px;
  margin-left: 1.25rem !important;
}
.page-product .page-product-wrap .float-end .container-fluid .row {
  min-height: 37.5rem;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div > a {
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-out;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div > a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.page-product .page-product-wrap .float-end .container-fluid .row > div .item {
  cursor: pointer;
  overflow: hidden;
  background-color: #FFF;
  height: 100%;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic img {
  max-width: 100%;
  max-height: 100%;
}
.page-product .page-product-wrap .float-end .container-fluid .row > div .item h3 {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0.5rem;
}
.page-product .page-product-header {
  background-color: #FFF;
}
.page-imagetext {
  background: #f5f5f5;
}
.page-imagetext .page-imagetext-wrap {
  padding-top: 1.25rem;
}
.page-imagetext .page-imagetext-wrap.page-product-detail-wrap {
  padding: 1.25rem 0 3.75rem;
}
.page-imagetext .page-imagetext-wrap .body {
  width: 100%;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  transition: all 0.3s ease-out;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div > a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div .item {
  cursor: pointer;
  background: #FFF;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div .item:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -8px, 0);
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div .item .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div .item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-imagetext .page-imagetext-wrap .body .container-fluid .row > div .item h3 {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0px;
  padding: 0px 0.5rem;
}
.page-imagetext .page-product-header {
  background-color: #FFF;
}
.news-list {
  background-color: #f5f5f5;
  padding: 1.25rem 0;
}
.news-list .container {
  background-color: #FFF;
  padding: 0px;
}
.news-list .list {
  padding: 0.625rem 2.5rem;
}
.news-list ul {
  padding: 0px;
}
.news-list ul li {
  overflow: hidden;
  background-color: #fff;
  border-bottom: solid 1px #d9d9d9;
}
.news-list ul li a {
  margin: 1.875rem 0;
}
.news-list ul li:last-child {
  border: none;
}
.news-list ul li .pic {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.news-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-list ul li .pic img:hover {
  transform: scale(1.1);
}
.news-list ul li .news-container {
  transition: all 0.5s;
  margin-left: 2.875rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-list ul li .news-container h3 {
  padding-top: 1.25rem;
  font-size: 1.125rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.news-list ul li .news-container .desc {
  font-size: 0.875rem;
  color: #8c8c8c;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ul li .news-container .bottom {
  margin-top: auto;
  font-size: 0.875rem;
  color: #8c8c8c;
  display: flex;
}
.news-list ul li .news-container .bottom span {
  display: flex;
  align-items: center;
}
.news-list ul li .news-container .bottom span .icon {
  font-size: 1.4375rem;
}
.news-list ul li .news-container .bottom span:last-child {
  display: none;
}
.news-list ul li .news-container:hover {
  transform: translateX(10px);
}
.news-list ul li .times {
  padding-top: 1.25rem;
  width: 15.75rem;
  font-size: 1rem;
  text-align: right;
  color: #8c8c8c;
}
.news-list ul li .times p {
  font-size: 1.875rem;
  margin: 0;
}
.news-detail {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
}
.news-detail .breadcrumb {
  margin-bottom: 0rem;
}
.news-detail .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.news-detail .breadcrumb-item a:hover {
  color: #f81502 !important;
}
.news-detail .content-box {
  background-color: #FFF;
  padding: 2.75rem 2.25rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-detail .content-box .title {
  border-bottom: 1px solid #e8e8e8;
}
.news-detail .content-box .title h1 {
  font-size: 1.5rem;
  margin-bottom: 2.25rem;
  line-height: 1.6;
}
.news-detail .content-box .title p {
  color: #8c8c8c;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.news-detail .content-box .title p span {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}
.news-detail .content-box .title p span em {
  font-style: normal;
}
.news-detail .content-box .title p .icon {
  font-size: 1.4375rem;
  margin-right: 2px;
}
.news-detail .content-box .content {
  padding: 2.5rem 0;
  line-height: 2;
}
.news-detail .content-box .content img {
  max-width: 100%;
  height: auto !important;
}
.news-detail .content-box .news-detail-footer {
  padding: 1.25rem 0;
  flex-direction: column;
  border-top: 1px solid #e8e8e8;
  color: #595959;
  font-size: 0.875rem;
  margin-top: auto;
}
.news-detail .related {
  background-color: #FFF;
  padding: 1.5rem 1.25rem;
}
.news-detail .related h4 {
  font-size: 1.25rem;
  font-weight: normal;
}
.news-detail .related h4 span {
  z-index: 11;
  padding-bottom: 1rem;
  display: inline-table;
  text-align: justify;
  position: relative;
}
.news-detail .related a .figure-caption {
  color: #525252 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-detail .related a .pic {
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.news-detail .related a .pic img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  line-height: normal;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-detail .related a .pic:hover img {
  transform: scale(1.1);
}
.news-detail .related a .figure .figure-caption:hover {
  color: #f81502 !important;
}
.news-detail .news {
  background-color: #FFF;
  padding: 1.5rem 1.25rem;
}
.news-detail .news h4 {
  font-size: 1.25rem;
  font-weight: normal;
}
.news-detail .news h4 span {
  z-index: 11;
  padding-bottom: 1rem;
  display: inline-table;
  text-align: justify;
  position: relative;
}
.news-detail .news a {
  font-size: 0.875rem !important;
}
.news-detail .news a .pic {
  overflow: hidden;
}
.news-detail .news a .pic img {
  width: 100%;
  height: 80px;
  width: 7.5rem;
  object-fit: cover;
  line-height: normal;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-detail .news a .pic:hover img {
  transform: scale(1.1);
}
.news-detail .news a p:hover {
  color: #f81502 !important;
}
.news-detail .news a .flex-grow-1 {
  color: #525252 !important;
}
.news-detail .news a .flex-grow-1 p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  margin: 0;
}
/* ***********产品中心-详情 start************** */
.product-detail-section1 {
  background-color: #fff;
  padding: 3.75rem 0;
}
.product-detail-section1 .container .row .left {
  padding-right: 3.75rem !important;
}
.product-detail-section1 .container .row .big-img {
  width: 100%;
  height: 500px;
  border: 1px solid #d9d9d9;
  line-height: 496px;
  text-align: center;
  overflow: hidden;
}
.product-detail-section1 .container .row .big-img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-detail-section1 .container .row .small-imgs {
  margin-top: 1.25rem;
}
.product-detail-section1 .container .row .small-imgs .left-btn,
.product-detail-section1 .container .row .small-imgs .right-btn {
  float: left;
  margin-right: 10px;
  height: 80px;
  width: 20px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-detail-section1 .container .row .small-imgs .left-btn:hover,
.product-detail-section1 .container .row .small-imgs .right-btn:hover {
  color: #f81502;
}
.product-detail-section1 .container .row .small-imgs .left-btn .icon-box,
.product-detail-section1 .container .row .small-imgs .right-btn .icon-box {
  height: 20px;
  width: 20px;
  line-height: 17px;
  background: #bfbfbf;
  border-radius: 50%;
}
.product-detail-section1 .container .row .small-imgs .left-btn .icon-box .icon,
.product-detail-section1 .container .row .small-imgs .right-btn .icon-box .icon {
  color: #FFF;
  font-size: 0.85714286rem;
}
.product-detail-section1 .container .row .small-imgs .left-btn .icon-box:hover,
.product-detail-section1 .container .row .small-imgs .right-btn .icon-box:hover {
  background: #f81502;
}
.product-detail-section1 .container .row .small-imgs .left-btn.disabled,
.product-detail-section1 .container .row .small-imgs .right-btn.disabled {
  cursor: no-drop;
}
.product-detail-section1 .container .row .small-imgs .left-btn.disabled .icon-box:hover,
.product-detail-section1 .container .row .small-imgs .right-btn.disabled .icon-box:hover {
  background: #c5c5c5;
}
.product-detail-section1 .container .row .small-imgs .right-btn {
  margin-right: 0;
}
.product-detail-section1 .container .row .img-list-container {
  width: 87%;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.product-detail-section1 .container .row .img-list-container ul {
  width: 1000px;
  position: relative;
  left: 0;
}
.product-detail-section1 .container .row .img-list-container .img {
  width: 76px;
  height: 76px;
  line-height: 68px;
  text-align: center;
  border: 1px solid transparent;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.product-detail-section1 .container .row .img-list-container .img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  object-fit: cover;
}
.product-detail-section1 .container .row .img-list-container .img:hover {
  border: 1px solid #f81502;
}
.product-detail-section1 .container .row .right {
  float: left;
}
.product-detail-section1 .container .row .right h2 {
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-detail-section1 .container .row .right .btns {
  vertical-align: top;
}
.product-detail-section1 .container .row .right .btn-1 {
  height: 40px;
  line-height: 38px;
  margin-right: 4px;
  vertical-align: top;
  border-radius: 0;
}
.product-detail-section1 .container .row .right .btn-1 .icon-dianhua {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
}
.product-detail-section1 .container .row .right .btn-1:hover {
  border: 1px solid rgba(248, 21, 2, 0.8);
}
.product-detail-section1 .container .row .right .product-describe {
  min-height: 380px;
  color: #595959;
  border: none;
  width: 100%;
  line-height: 2.2;
  font-size: 0.875rem;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
.product-detail-section1 .container .row .right .product-describe p {
  margin: 0;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 490px;
  height: 500px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
div.zoomMask {
  position: absolute;
  background: url('../images/mask.png') repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.product-detail-section2 .product-detail-container {
  background-color: #fff;
  height: 100%;
}
.product-detail-section2 .product-detail-html {
  padding: 30px 40px;
  line-height: 1.5;
  color: #595959;
  font-size: 16px;
  display: none;
}
.product-detail-section2 .product-detail-html img {
  max-width: 100% !important;
  height: auto !important;
}
.product-detail-section2 .product-detail-html p {
  padding: 0px;
  margin: 0px;
}
.product-detail-section2 .product-detail-html.detail-html {
  display: block;
}
/* inline-menu-list start*/
.inline-menu-list {
  height: 60px;
  line-height: 58px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 40px;
}
.inline-menu-list .inline-menu-list-item {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.inline-menu-list .inline-menu-list-item.active,
.inline-menu-list .inline-menu-list-item:hover {
  color: #f81502;
  border-bottom: 2px solid #f81502;
}
/* inline-menu-list end*/
/* ***********产品中心-详情 end************** */
.page-nav .row > div,
.page-nav ul {
  padding: 0;
}
.page-nav .category ul {
  display: flex;
  margin-bottom: 0;
  flex-direction: row!important;
}
.page-nav .category ul li {
  padding: 1rem 1.625rem;
  position: relative;
  margin-right: 1.25rem;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-nav .category ul li a {
  padding: 0 !important;
}
.page-nav .category ul li:hover,
.page-nav .category ul li.active {
  background: #f81502;
}
.page-nav .category ul li:hover > a,
.page-nav .category ul li.active > a {
  color: #FFF;
}
.page-nav.fixed {
  transition: 0.5s all;
  background: #FFF;
  border-top: 1px solid #e8e8e8;
}
.page-wrap {
  background: #f5f5f5;
  padding: 1.25rem 0 1.875rem !important;
}
.contact-section1 {
  background: #FFF;
  padding: 3.75rem 1.875rem 1.875rem;
}
.contact-section1 .contact-tel .container-fluid {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3.125rem;
  display: flex;
  justify-content: center;
}
.contact-section1 .contact-tel .container-fluid .item {
  padding: 0 40px;
  border-right: 1px solid #d9d9d9;
}
.contact-section1 .contact-tel .container-fluid .item .icon-box {
  color: #898989;
  margin-bottom: 1.875rem;
}
.contact-section1 .contact-tel .container-fluid .item .icon-box .icon {
  font-size: 2rem;
  color: #f81502;
}
.contact-section1 .contact-tel .container-fluid .item .icon-box p {
  margin: 0;
  font-size: 0.875rem;
}
.contact-section1 .contact-tel .container-fluid .item h5 {
  font-size: 1.5rem;
}
.contact-section1 .contact-tel .container-fluid .item:last-child {
  border-right: none;
  flex: 1;
}
.contact-section1 .contact-tel .container-fluid .item:last-child h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}
.contact-message {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  margin-top: 3.75rem;
}
.contact-message h2 {
  font-size: 1.5rem;
}
.contact-message .form {
  margin-top: 1.875rem;
}
.contact-message .form .row > * {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.contact-message .form div.error {
  margin-bottom: 10px;
}
.contact-message .form div.error input,
.contact-message .form div.error input:focus textarea {
  border: 1px solid #f00;
}
.contact-message .form span.error {
  color: #f00;
  font-size: 0.875rem;
}
.contact-message .form .input {
  position: relative;
  background-color: #fff;
  margin-bottom: 1rem;
}
.contact-message .form .input input {
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 0;
  background-color: transparent;
  height: 100%;
  line-height: 50px;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  color: #8c8c8c;
}
.contact-message .form .input input:focus {
  border-color: rgba(248, 21, 2, 0.8);
}
.contact-message .form textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 180px;
  padding: 1rem;
  font-size: 0.875rem;
  color: #8c8c8c;
}
.contact-message .form textarea:focus {
  border-color: rgba(248, 21, 2, 0.8);
}
.contact-message .form .btn-1 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  width: 242px;
  margin-top: 30px;
}
#map {
  width: 100%;
  height: 31.25rem;
  margin-top: 3.75rem;
}
.wrap-footer {
  background-color: #1b1f23;
}
.wrap-footer .container-main {
  padding: 2.5rem 0 1rem;
}
.wrap-footer .section1 dl {
  padding: 0 2.5rem;
}
.wrap-footer .section1 dl dt {
  color: #d0d0d0;
  margin-bottom: 1rem;
}
.wrap-footer .section1 dl:first-child {
  padding-left: 0;
}
.wrap-footer .section1 dl:last-child {
  padding-right: 0;
}
.wrap-footer .section1 dl dd {
  color: #8c8c8c;
  line-height: 1.6;
  font-size: 0.875rem;
}
.wrap-footer .section2 dt {
  color: #d0d0d0;
  margin-bottom: 1rem;
}
.wrap-footer .section2 .label {
  color: #8c8c8c;
  font-size: 0.875rem;
}
.wrap-footer .section2 .body {
  color: #8c8c8c;
}
.wrap-footer .section2 div:last-child .body {
  font-size: 0.875rem;
}
.wrap-footer .section2 .btn1 {
  font-size: 1rem;
  padding: 0.5rem 1.75rem;
  background: #f81502;
  border-radius: 2px;
  color: #FFF;
}
.wrap-footer .section2 .btn1:hover {
  opacity: 0.7;
}
.wrap-footer .footer-address > div {
  margin-bottom: 0.5rem;
}
.wrap-footer .section3 {
  color: #aaaaaa;
  font-size: 0.875rem;
  text-align: center;
}
.wrap-footer .section3 .d-flex img {
  max-width: 6.25rem;
  max-height: 6.25rem;
}
.wrap-footer .section3 .d-flex > div:first-child {
  margin-right: 1.25rem;
  color: #8c8c8c;
}
.wrap-footer .section3 .d-flex > div h2 {
  font-size: 14px;
  text-align: left;
}
.wrap-footer .section3 .d-flex > div p {
  margin-top: 0.75rem;
}
.wrap-footer .copyright {
  color: #6b6b6b;
  display: flex;
  align-items: flex-end;
  line-height: 1.6;
  font-size: 0.875rem;
  border-top: 1px solid #32373e;
  padding: 0.625rem;
}
.wrap-footer .copyright a {
  margin: 0 0.375rem;
}
.wrap-footer .copyright a:hover {
  color: #f81502;
}
.wrap-footer .link {
  margin-top: 1rem;
  color: #6b6b6b;
  line-height: 1.6;
  font-size: 0.875rem;
}
.wrap-footer .link span {
  color: #d0d0d0;
}
.wrap-footer .link span .icon {
  color: #d0d0d0;
}
.wrap-footer .link a {
  margin: 0 0.625rem;
}
.wrap-footer .link a:hover {
  color: #f81502;
}
/* 搜索页输入框 */
.searchlist-input-container {
  height: 50px;
  white-space: nowrap;
  margin: 1.25rem 0 2.5rem;
}
.searchlist-input-container input {
  background-color: #fff;
  width: 400px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d9d9d9;
  float: left;
  padding: 0 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #595959;
}
.searchlist-input-container .btn-search {
  width: 150px;
  cursor: pointer;
  background-color: #f81502;
  color: #fff;
  border-color: #f81502;
  border-radius: 0 4px 4px 0;
}
.searchlist-input-container .btn-search:hover {
  opacity: 0.7;
}
.page-technology {
  background-color: #f5f5f5;
}
.page-technology .section1 {
  padding-top: 1.25rem;
}
.page-technology .section1 .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  background: url(../images/technology-video-bg1.png) no-repeat;
  background-size: contain;
}
.page-technology .section1 .container .body .body-img {
  position: relative;
  overflow: hidden;
}
.page-technology .section1 .container .body .body-img img {
  max-width: 100%;
}
.page-technology .section1 .container .body .body-img .shading {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
}
.page-technology .section1 .container .body .body-img .shading .icon {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.4);
}
.page-technology .section1 .container .body .body-img.video-box img {
  filter: grayscale(100%) brightness(200%);
}
.page-technology .section1 .container .body .body-img.video-box .shading {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0.000001deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.page-technology .section1 .container .body:hover {
  cursor: pointer;
}
.page-technology .section1 .container .body:hover .icon {
  color: rgba(255, 255, 255, 0.6) !important;
}
.page-technology .section2 {
  padding: 0 2.5rem 1.875rem;
}
.page-technology .section2 .home-common-header {
  margin-bottom: 3.75rem;
}
.page-technology .section2 .row {
  border: 1px solid #e8e8e8;
  margin-bottom: 1.125rem;
  background-color: #FFF;
}
.page-technology .section2 .row > div {
  padding: 0;
}
.page-technology .section2 .thumb img {
  width: 100%;
}
.page-technology .section2 .description {
  padding-left: 4.375rem !important;
}
.page-technology .section2 .description i {
  font-size: 1.125rem;
}
.page-technology .section2 .description h3 {
  font-size: 1.5rem;
  margin-bottom: 1.375rem;
}
.page-technology .section2 .description .body {
  line-height: 2;
}
.page-technology .section2 .description .body p {
  margin-bottom: 0;
}
.page-technology .section3 {
  padding: 0 0 1.875rem;
}
.page-technology .section3 .container {
  margin-top: 3.75rem;
}
.page-technology .section3 .container .row > * {
  padding: 0.625rem;
}
.page-technology .section3 .container .item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.page-technology .section3 .container .item .pic {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-technology .section3 .container .item .pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-technology .section3 .container .item:hover .pic img {
  transform: scale(1.1);
}
/* 回到顶部 */
/*客服*/
.qqkefu {
  position: fixed;
  bottom: 200px;
  z-index: 999;
  right: 0;
  width: 53px;
}
.qqkefu ul li {
  height: 47px;
  margin-bottom: 1px;
  float: right;
  background: rgba(40, 41, 58, 0.9);
  line-height: 47px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.9;
  position: relative;
}
.qqkefu ul li:hover {
  background: #e9af1b;
}
.qqkefu ul li.top2 {
  color: #1c1c1c;
  font-weight: 800;
  text-align: center;
  background: #999 url(../images/kf/top_icon.png) no-repeat center;
  position: relative;
  width: 53px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.qqkefu ul li.top2:hover {
  background-color: #d0b372;
}
/*客服*/
.qqkefu {
  position: fixed;
  bottom: 200px;
  z-index: 9999;
  right: 0;
  width: 53px;
}
.qqkefu ul li a {
  color: #fff;
}
.qqkefu ul li.qq_cza {
  overflow: hidden;
}
.qqkefu ul li:hover {
  background: #f81502;
}
.qqkefu ul li.top2 {
  color: #1c1c1c;
  font-weight: 800;
  text-align: center;
  background: rgba(40, 41, 58, 0.9) url(../images/kf/top_icon.png) no-repeat center;
  opacity: 0.8;
  position: relative;
  width: 53px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.qqkefu ul li.top2:hover {
  background-color: #f81502;
}
.qqkefu ul li b {
  width: 53px;
  height: 48px;
  display: block;
  overflow: hidden;
  float: left;
}
.qqkefu ul li span {
  position: absolute;
  opacity: 0;
  display: block;
  width: 53px;
  height: 47px;
  line-height: 30px;
  background-color: #f81502;
}
.qqkefu ul li:hover b.a {
  background-image: none;
}
.qqkefu ul li:hover b.f {
  background-image: none;
}
.qqkefu ul li:hover b.d {
  background-image: none;
}
.qqkefu ul li:hover span {
  line-height: 17px;
  opacity: 1;
  color: #fff;
  height: 41px;
  font-size: 14px;
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
.qqkefu ul li b.a {
  background: url(../images/kf/czx4.png) no-repeat center center;
}
.qqkefu ul li b.f {
  background: url(../images/kf/xia_z.png?v=3) no-repeat center center;
}
.qqkefu ul li b.b {
  background: url(../images/kf/czx3.png) no-repeat center center;
}
.qqkefu ul li b.d {
  background: url(../images/kf/bdsq.png) no-repeat center center;
}
.qqkefu ul li b.c {
  background: url(../images/kf/ico_erweima.png) no-repeat center center;
}
.qqkefu ul li b.lxb {
  background: url(../images/kf/phone0.png) no-repeat center center;
}
.ewm {
  display: none;
  position: absolute;
  left: -135px;
  font-size: 14px;
  bottom: 0px;
  width: 130px;
  height: 100px;
  background: rgba(40, 41, 58, 0.9);
  line-height: 32px;
  padding-left: 15px;
  opacity: 1;
  padding-top: 20px;
  color: #fff;
}
.qq_cza66:hover .ewm {
  display: block;
}
.qqkefu ul li b {
  width: 53px;
  height: 47px;
  display: block;
  overflow: hidden;
  float: left;
}
.qq_cza66:hover .ewm {
  display: block;
}
.qqkefu ul li b {
  width: 53px;
  height: 47px;
  display: block;
  overflow: hidden;
  float: left;
}
/*# sourceMappingURL=./style.css.map */